projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c128f3
)
testframe: Fix css element name
author
Timm Bäder
<mail@baedert.org>
Thu, 27 Oct 2016 12:04:44 +0000
(14:04 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 28 Oct 2016 14:33:02 +0000
(16:33 +0200)
tests/testframe.c
patch
|
blob
|
history
diff --git
a/tests/testframe.c
b/tests/testframe.c
index 9fc2f9037d143d9671f6daa3a8d8d7d3cdb28581..ea241b4c3b892e4a5d561d421a65aa8a063765ff 100644
(file)
--- a/
tests/testframe.c
+++ b/
tests/testframe.c
@@
-44,7
+44,7
@@
spin_ythickness_cb (GtkSpinButton *spin, gpointer user_data)
gtk_style_context_restore (context);
- data = g_strdup_printf ("
GtkF
rame { padding: %dpx %dpx }",
+ data = g_strdup_printf ("
f
rame { padding: %dpx %dpx }",
pad.top,
(gint)gtk_spin_button_get_value (spin));
@@
-80,7
+80,7
@@
spin_xthickness_cb (GtkSpinButton *spin, gpointer user_data)
gtk_style_context_restore (context);
- data = g_strdup_printf ("
GtkF
rame { padding: %dpx %dpx }",
+ data = g_strdup_printf ("
f
rame { padding: %dpx %dpx }",
(gint)gtk_spin_button_get_value (spin),
pad.left);